home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 10 / PC Guia 10.iso / database / power.dir / 00008_Script_8 < prev    next >
Text File  |  1996-03-14  |  409b  |  18 lines

  1. on mousedown
  2.   global gMakerName, gmakernum
  3.   
  4.   puppetsound "click"
  5.   updatestage
  6.   set tmp = line (the mouseline) of field "Filenames"
  7.   
  8.   set gMakerName = tmp
  9.   set gMakernum = nametonum(gmakername)
  10.   
  11.   if gMakernum = 0 or (gMAkernum = 1 and gMAkername <> "Arafat") then 
  12.     alert "oops! problem with name"  
  13.   else
  14.     
  15.     go to the frame + 1
  16.     --makeindex (tmp&".TXT")
  17.   end if
  18. end